[INFO] cloning repository https://github.com/Pama-Lee/Ordo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pama-Lee/Ordo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPama-Lee%2FOrdo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPama-Lee%2FOrdo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1a32af201d618df4fcf2a7a171452b5384619f30
[INFO] checking Pama-Lee/Ordo against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPama-Lee%2FOrdo" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Pama-Lee/Ordo
[INFO] finished tweaking git repo https://github.com/Pama-Lee/Ordo
[INFO] tweaked toml for git repo https://github.com/Pama-Lee/Ordo written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Pama-Lee/Ordo on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Pama-Lee/Ordo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-0-tc2/source/crates/ordo-wasm/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b
[INFO] running `Command { std: "docker" "start" "3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/crates/ordo-wasm/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cranelift-isle v0.110.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.110.3
[INFO] [stderr]     Checking cranelift-bitset v0.110.3
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.110.3
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking cranelift-entity v0.110.3
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking cranelift-bforest v0.110.3
[INFO] [stderr]     Checking bumpalo v3.19.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking cranelift-control v0.110.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v23.0.3
[INFO] [stderr]     Checking region v2.2.0
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling cranelift-codegen v0.110.3
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking opentelemetry-semantic-conventions v0.14.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking notify-debouncer-mini v0.4.1
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking signatory v0.27.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling ordo-derive v0.4.2 (/opt/rustwide/workdir/crates/ordo-derive)
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr] error: could not compile `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=aa24fcb98f33fd12 -C extra-filename=-796cb57171c822bb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-05887c23ecc18d47.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-22f06c06675f29a6.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-261315e7c9c6e13e.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-b5d8b1cf9fdca33d.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-e2a2f8b3e184e502.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-65c526df20b90c35.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-5493fa970b7f0055/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=24ec9b04f6519f65 -C extra-filename=-d60650f6737c1d86 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9c004ef7aaee1ac4.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-1548cf6c1651c821.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-ce5bd59c30fe2c85.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-2ecca6b667797f49.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-d59686a0600bbab7.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b", kill_on_drop: false }`
[INFO] [stdout] 3b9754122ddb95f2f1ac6060b1a07be01ce924f4d7740b86ed9d53979887488b
